ComponentOne Data Source for Entity Framework
C1.Data Namespace / PagingView<T> Class / PageCount Property

In This Topic
    PageCount Property (PagingView<T>)
    In This Topic
    Gets the number of pages in this view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PageCount As System.Integer
    public System.int PageCount {get;}
    Remarks
    If PageSize is 0, PageCount is also 0.
    See Also